home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Reference / VERSACAD⁄MACINTOSH / card_20933.txt < prev    next >
Encoding:
Text File  |  1988-01-11  |  8.4 KB  |  378 lines

  1. -- card: 20933 from stack: in
  2. -- bmap block id: 13833
  3. -- flags: 0000
  4. -- background id: 2739
  5. -- name: 
  6.  
  7.  
  8. -- part 3 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=445 top=295 right=320 bottom=486
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 2162 / 2162
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect dissolve
  23.   go to card id 2938
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 4 (field)
  29. -- low flags: 01
  30. -- high flags: 0000
  31. -- rect: left=196 top=54 right=82 bottom=288
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 1
  35. -- font id: 2
  36. -- text size: 18
  37. -- style flags: 0
  38. -- line height: 24
  39. -- part name: 
  40.  
  41.  
  42. -- part 5 (button)
  43. -- low flags: 00
  44. -- high flags: 2006
  45. -- rect: left=81 top=114 right=127 bottom=156
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 0 / 0
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: NoTrim
  54. ----- HyperTalk script -----
  55. on mouseWithin
  56.   show card field NoTrim
  57.   set hilite of button NoTrim to true
  58.   set hilite of button automatic to false
  59.   set hilite of button manual to false
  60. end mouseWithin
  61.  
  62. on mouseLeave
  63.   hide card field NoTrim
  64. end mouseLeave
  65.  
  66.  
  67. -- part 6 (button)
  68. -- low flags: 00
  69. -- high flags: 2006
  70. -- rect: left=81 top=130 right=143 bottom=203
  71. -- title width / last selected line: 0
  72. -- icon id / first selected line: 0 / 0
  73. -- text alignment: 1
  74. -- font id: 0
  75. -- text size: 12
  76. -- style flags: 0
  77. -- line height: 16
  78. -- part name: automatic
  79. ----- HyperTalk script -----
  80. on mouseWithin
  81.   show card field automatic
  82.   set hilite of button NoTrim to false
  83.   set hilite of button automatic to true
  84.   set hilite of button manual to false
  85. end mouseWithin
  86.  
  87. on mouseLeave
  88.   hide card field automatic
  89. end mouseLeave
  90.  
  91.  
  92. -- part 7 (button)
  93. -- low flags: 00
  94. -- high flags: 6006
  95. -- rect: left=81 top=146 right=159 bottom=203
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 0 / 0
  98. -- text alignment: 1
  99. -- font id: 0
  100. -- text size: 12
  101. -- style flags: 0
  102. -- line height: 16
  103. -- part name: manual
  104. ----- HyperTalk script -----
  105. on mouseWithin
  106.   show card field manual
  107.   set hilite of button NoTrim to false
  108.   set hilite of button automatic to false
  109.   set hilite of button manual to true
  110. end mouseWithin
  111.  
  112. on mouseLeave
  113.   hide card field manual
  114. end mouseLeave
  115.  
  116.  
  117. -- part 8 (button)
  118. -- low flags: 00
  119. -- high flags: 2006
  120. -- rect: left=81 top=170 right=183 bottom=179
  121. -- title width / last selected line: 0
  122. -- icon id / first selected line: 0 / 0
  123. -- text alignment: 1
  124. -- font id: 0
  125. -- text size: 12
  126. -- style flags: 0
  127. -- line height: 16
  128. -- part name: small
  129. ----- HyperTalk script -----
  130. on mouseWithin
  131.   show card field small
  132.   set hilite of button small to true
  133.   set hilite of button large to false
  134. end mouseWithin
  135.  
  136. on mouseLeave
  137.   hide card field small
  138. end mouseLeave
  139.  
  140.  
  141. -- part 9 (button)
  142. -- low flags: 00
  143. -- high flags: 6006
  144. -- rect: left=81 top=186 right=199 bottom=179
  145. -- title width / last selected line: 0
  146. -- icon id / first selected line: 0 / 0
  147. -- text alignment: 1
  148. -- font id: 0
  149. -- text size: 12
  150. -- style flags: 0
  151. -- line height: 16
  152. -- part name: large
  153. ----- HyperTalk script -----
  154. on mouseWithin
  155.   show card field large
  156.   set hilite of button small to false
  157.   set hilite of button large to true
  158. end mouseWithin
  159.  
  160. on mouseLeave
  161.   hide card field large
  162. end mouseLeave
  163.  
  164.  
  165. -- part 10 (button)
  166. -- low flags: 00
  167. -- high flags: 0000
  168. -- rect: left=234 top=165 right=187 bottom=349
  169. -- title width / last selected line: 0
  170. -- icon id / first selected line: 0 / 0
  171. -- text alignment: 1
  172. -- font id: 0
  173. -- text size: 12
  174. -- style flags: 0
  175. -- line height: 16
  176. -- part name: radius
  177. ----- HyperTalk script -----
  178. on mouseWithin
  179.   show card field radius
  180. end mouseWithin
  181.  
  182. on mouseLeave
  183.   hide card field radius
  184. end mouseLeave
  185.  
  186.  
  187. -- part 11 (button)
  188. -- low flags: 00
  189. -- high flags: 2000
  190. -- rect: left=82 top=224 right=244 bottom=142
  191. -- title width / last selected line: 0
  192. -- icon id / first selected line: 0 / 0
  193. -- text alignment: 1
  194. -- font id: 0
  195. -- text size: 12
  196. -- style flags: 0
  197. -- line height: 16
  198. -- part name: ok
  199. ----- HyperTalk script -----
  200. on mouseWithin
  201.   show card field ok
  202. end mouseWithin
  203.  
  204. on mouseLeave
  205.   hide card field ok
  206. end mouseLeave
  207.  
  208.  
  209. -- part 12 (button)
  210. -- low flags: 00
  211. -- high flags: 2000
  212. -- rect: left=170 top=224 right=244 bottom=240
  213. -- title width / last selected line: 0
  214. -- icon id / first selected line: 0 / 0
  215. -- text alignment: 1
  216. -- font id: 0
  217. -- text size: 12
  218. -- style flags: 0
  219. -- line height: 16
  220. -- part name: cancel
  221. ----- HyperTalk script -----
  222. on mouseWithin
  223.   show card field cancel
  224. end mouseWithin
  225.  
  226. on mouseLeave
  227.   hide card field cancel
  228. end mouseLeave
  229.  
  230.  
  231. -- part 13 (field)
  232. -- low flags: 81
  233. -- high flags: 2004
  234. -- rect: left=133 top=130 right=256 bottom=330
  235. -- title width / last selected line: 0
  236. -- icon id / first selected line: 0 / 0
  237. -- text alignment: 0
  238. -- font id: 2
  239. -- text size: 12
  240. -- style flags: 0
  241. -- line height: 16
  242. -- part name: NoTrim
  243.  
  244.  
  245. -- part 14 (field)
  246. -- low flags: 81
  247. -- high flags: 2004
  248. -- rect: left=133 top=154 right=280 bottom=330
  249. -- title width / last selected line: 0
  250. -- icon id / first selected line: 0 / 0
  251. -- text alignment: 0
  252. -- font id: 2
  253. -- text size: 12
  254. -- style flags: 0
  255. -- line height: 16
  256. -- part name: automatic
  257.  
  258.  
  259. -- part 15 (field)
  260. -- low flags: 81
  261. -- high flags: 2004
  262. -- rect: left=133 top=180 right=306 bottom=330
  263. -- title width / last selected line: 0
  264. -- icon id / first selected line: 0 / 0
  265. -- text alignment: 0
  266. -- font id: 2
  267. -- text size: 12
  268. -- style flags: 0
  269. -- line height: 16
  270. -- part name: manual
  271.  
  272.  
  273. -- part 16 (field)
  274. -- low flags: 81
  275. -- high flags: 2004
  276. -- rect: left=186 top=85 right=211 bottom=383
  277. -- title width / last selected line: 0
  278. -- icon id / first selected line: 0 / 0
  279. -- text alignment: 0
  280. -- font id: 2
  281. -- text size: 12
  282. -- style flags: 0
  283. -- line height: 16
  284. -- part name: small
  285.  
  286.  
  287. -- part 17 (field)
  288. -- low flags: 81
  289. -- high flags: 2004
  290. -- rect: left=186 top=113 right=239 bottom=383
  291. -- title width / last selected line: 0
  292. -- icon id / first selected line: 0 / 0
  293. -- text alignment: 0
  294. -- font id: 2
  295. -- text size: 12
  296. -- style flags: 0
  297. -- line height: 16
  298. -- part name: large
  299.  
  300.  
  301. -- part 18 (field)
  302. -- low flags: 81
  303. -- high flags: 2004
  304. -- rect: left=66 top=185 right=311 bottom=263
  305. -- title width / last selected line: 0
  306. -- icon id / first selected line: 0 / 0
  307. -- text alignment: 0
  308. -- font id: 2
  309. -- text size: 12
  310. -- style flags: 0
  311. -- line height: 16
  312. -- part name: radius
  313.  
  314.  
  315. -- part 19 (field)
  316. -- low flags: 81
  317. -- high flags: 2004
  318. -- rect: left=74 top=107 right=215 bottom=238
  319. -- title width / last selected line: 0
  320. -- icon id / first selected line: 0 / 0
  321. -- text alignment: 0
  322. -- font id: 2
  323. -- text size: 12
  324. -- style flags: 0
  325. -- line height: 16
  326. -- part name: ok
  327.  
  328.  
  329. -- part 20 (field)
  330. -- low flags: 81
  331. -- high flags: 2004
  332. -- rect: left=161 top=107 right=215 bottom=325
  333. -- title width / last selected line: 0
  334. -- icon id / first selected line: 0 / 0
  335. -- text alignment: 0
  336. -- font id: 2
  337. -- text size: 12
  338. -- style flags: 0
  339. -- line height: 16
  340. -- part name: cancel
  341.  
  342.  
  343. -- part contents for card part 4
  344. ----- text -----
  345. Fillet
  346.  
  347. -- part contents for card part 18
  348. ----- text -----
  349. Radius allows you to change the radius of the fillet from the increment value set in the Units Menu to a new value you designate.
  350.  
  351. -- part contents for card part 17
  352. ----- text -----
  353. Large causes the fillet to form an arc with an included angle greater than 180 degrees. The curve is away from the intersection point of the objects.
  354.  
  355. -- part contents for card part 16
  356. ----- text -----
  357. Small causes the fillet to form an arc with an included angle less than 180 degrees. The curve is toward the intersection point of the objects.
  358.  
  359. -- part contents for card part 15
  360. ----- text -----
  361. If trim is not turned off, this option allows you to trim the bounding objects manually. After a fillet is displayed, use the cursor to touch the portion of the bounding objects you want.
  362.  
  363. -- part contents for card part 14
  364. ----- text -----
  365. If trim is not turned off, this option tells the computer to automatically trim the objects bounding the fillet to flow smoothly into the new curve.
  366.  
  367. -- part contents for card part 13
  368. ----- text -----
  369. Allows you to select automatic trim/extend or no trim of the objects bounding the fillet. Objects will be trimmed to flow smoothly into the fillet.
  370.  
  371. -- part contents for card part 19
  372. ----- text -----
  373. The OK button accepts your changes and closes the dialog.
  374.  
  375.  
  376. -- part contents for card part 20
  377. ----- text -----
  378. The cancel button aborts the changes you have made inside the dialog box.